.liaoning .report-matters .type-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.liaoning .report-matters .no-swiper-slide .type {
    width: 136px;
    height: 160px;
    border: 1px solid #e8f8ff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.liaoning .report-matters .no-swiper-slide .type .remark {
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
}

.liaoning .report-matters .no-swiper-slide {
    margin: 0 auto;
    margin-top: -3px;
}

@media (min-width: 769px) {
    .liaoning .report-matters .no-swiper-slide .type img {
        width: 90px;
        transition: all 1s;
    }

    .liaoning .report-matters .no-swiper-slide .chaxun {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun.png);
    }

    .liaoning .report-matters .no-swiper-slide .yijianjubao {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun4.png);
    }

    .liaoning .report-matters .no-swiper-slide .jubaozhinan {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun3.png);
    }

    .liaoning .report-matters .no-swiper-slide .jubaodianhua {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun2.png);
        font-size: 24px;
    }

    .liaoning .report-matters .no-swiper-slide .chaxun .title {
        margin-right: 150px;
        color: #6f5226;
        font-size: 24px;
    }

    .liaoning .report-matters .no-swiper-slide .chaxun:hover {
        box-shadow: 0 0 10px #ece1cd;
    }

    /* .liaoning .report-matters .no-swiper-slide .juzhen {
      width: 380px;
      height: 80px;
      background-color: #e2ecff;
      background: url(../img/liaoning/jubaochaxun2.png);
    } */
    .liaoning .report-matters .no-swiper-slide .juzhen:hover {
        box-shadow: 0 0 10px #e2ecff;
    }

    .liaoning .report-matters .no-swiper-slide .type:hover {
        box-shadow: 0 5px 10px #e8f8ff;
    }

    .liaoning .report-matters .no-swiper-slide .type:hover img {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    .liaoning .report-matters .no-swiper-slide .juzhen .title {
        margin-right: 150px;
        color: #4666a3;
        font-size: 24px;
    }
}

/*ipad-手机端*/
@media screen and (max-width: 768px) {
    .liaoning .report-matters .no-swiper-slide .type {
        width: 155px;
        height: 180px;
        border: 1px solid #e8f8ff;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
    }

    .liaoning .report-matters .no-swiper-slide .type img {
        width: 50px;
        transition: all 1s;
    }

    .xs-box {
        display: none;
    }
}
